home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / hpasm3_1.lha / HPAsm3.10e / docs / IffToGrob.doc < prev    next >
Text File  |  1994-10-12  |  1KB  |  37 lines

  1. IffToGrob is an utility to convert IFF pictures into GROB 
  2. IffToGrob can convert IFF pictures with more than one plan :
  3. The created grob has all plans each one after the other but the 
  4. dimensions which are written at the beginning the the GROB are
  5. the REAL DIMENSIONS and not the vertical dimension * number of plan
  6. In this way (which doesn't trouble the HP48) a HP48 program can 
  7. detect how many plans has a grob
  8.  
  9. Template : SOURCE/A,DESTINATION,P=PLANS/N,A=ASCII/S,E=EVEN/S,
  10.            I=INTERLEAVED
  11.  
  12. If destination is not specified, the grob will be saved under the name
  13. of the source without its eventual expression and with the extension .gro
  14. (or .s for an ascii file)
  15.  
  16. If the number of plans is not specified, ifftogrob uses the number of
  17. plans of the IFF file 
  18.  
  19. If keyword ASCII is present, the file will be saved in ascii
  20. which can be used under HPAsm  (ex: include Pic.s)
  21.  
  22. In non ascii mode the grob is saved with a even number of quartet
  23. in horizontal
  24. But in ascii mode the number of quartet of each line can be odd
  25. To force the number of quartet to be even , you must specifie the
  26. keyword EVEN ( only in ascii mode)
  27.  
  28. IF the keyword INTERLEAVED is present and if there are more than
  29. one plan, then grob will be saved with interleaved plans : 
  30. line 1 plan 1 , line 1 plan 2 , ... , line 2 plan 1, line2 plan2 ...
  31.  
  32. IffToGrob 1.0  copyright © 08/1994 Vallee Christophe
  33. Contact : minitel RTEL bal OSCAR
  34.           email   vallee@ensea.fr
  35.  
  36.  
  37.